home *** CD-ROM | disk | FTP | other *** search
/ 360 Degrees of: Lechuguilla Cave / 360 Degrees of: Lechuguilla Cave.iso / pc / data / vr.cst / 00003_launch program.ls < prev    next >
Encoding:
Text File  |  2006-08-06  |  170 b   |  12 lines

  1. on mouseUp
  2.   global readytolaunch
  3.   
  4.   --This prevents the player from launching multiple times
  5.   if readytolaunch = 1 then
  6.     go to "launchstore"
  7.   end if
  8.   
  9.   
  10.   
  11. end
  12.